home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
frame_1
/
PlaceObject2_151_132
/
CLIPACTIONRECORD onClipEvent(keyDown).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-01
|
241 b
|
14 lines
onClipEvent(keyDown){
if(0 < _root.yuanzhu)
{
if(Key.isDown(Key.SPACE))
{
if(_root.pause == false)
{
this._visible = true;
_root.daji = true;
}
}
}
}